Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

⬆️ Update dependency react-hook-form to v7.48.2 #1653

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-hook-form (source) 7.47.0 -> 7.48.2 age adoption passing confidence

Release Notes

react-hook-form/react-hook-form (react-hook-form)

v7.48.2: Version 7.48.2

Compare Source

🐞 #​11106 fix disabled prop not update dirty formState (#​11143)
🐞 fix controller update with disabled prop from useForm (#​11142)

v7.48.1: Version 7.48.1

Compare Source

🐞 fix controller update with disabled prop from useForm

v7.48.0

Compare Source

Added
  • added new disabled prop for useForm to disable the entire form
const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

  return (
    <form
      onSubmit={handleSubmit(async () => {
        setDisabled(true);
        await sleep(100);
        setDisabled(false);
      })}
    / >
  );
}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the build 🤝 Changes that affect the build system or external dependencies label Nov 7, 2023
Copy link

vercel bot commented Nov 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
echo-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2023 0:31am

@renovate renovate bot changed the title ⬆️ Update dependency react-hook-form to v7.48.0 ⬆️ Update dependency react-hook-form to v7.48.1 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/frontend-react-hook-form-7.x branch from 3849910 to 285f836 Compare November 8, 2023 00:26
@bakseter bakseter added this pull request to the merge queue Nov 8, 2023
@renovate renovate bot changed the title ⬆️ Update dependency react-hook-form to v7.48.1 ⬆️ Update dependency react-hook-form to v7.48.2 Nov 8, 2023
Merged via the queue into master with commit 99ffa83 Nov 8, 2023
@bakseter bakseter deleted the renovate/frontend-react-hook-form-7.x branch November 8, 2023 06:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build 🤝 Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant